home *** CD-ROM | disk | FTP | other *** search
/ Macintosh Compilation 1 / Macintosh Compilation CD Number 1 (December 1995).iso / Internet / InterPPP™ 1.2.1 / Read ME! < prev   
Text File  |  1994-09-15  |  2KB  |  68 lines

  1. PPP for the Mac 1.2
  2.  
  3. 1.2 release
  4.  
  5. This release (as well as the 1.1 release) is a bug fix release.  No additional
  6. features have been added.  This release has a number of fixes to problems
  7. encountered on newer PowerBooks, such as a the Duo 230 and the 500 series.
  8.  
  9. - fixed scripting bug which caused a crash when putting up "ask" dialog
  10.     
  11. - fixed scripting bug - match strngs were being reset after a match
  12. - changed "ask" code to unpatch textedit "dots" patch
  13.  
  14. - increased size of phone number and ask string from 40 bytes to 64 bytes.
  15.  
  16. - fixed AppleTalk ADEV bug which would cause zone names to not appear after
  17.    first connection.
  18.  
  19. - added stubs for missing commands:
  20.         setspeed <speed>, lbreak, iforiginate <label>, chrdelay <delay>
  21.  
  22. - added code for missing commands:
  23.         dectries
  24.     
  25. - fixed a bug in the terminal interface which would not show 57600 baud rate
  26.    in pop-up menu
  27.  
  28. - fixed bug in MacTCP mdev; we did not set the netmask at all.
  29.     in some situations this would cause MacTCP to close down the link
  30.   on non-class C networks.
  31.  
  32. - changed script matching code to ignore high bit of incoming characters
  33.  
  34. - fixed several bugs in CHAP authentication; the basic client and
  35.     server state machines were poorly documented in the code and were
  36.     very broken.
  37.  
  38. - fixed bug in LCP which sent CHAP & PAP options when it shouldn't
  39.     (this implied we were trying to authenticate the server)
  40.  
  41.   tested against gatoraccess PPP server - both PAP & CHAP worked fine.
  42.  
  43. - we no longer send the LCP authentication option;  we do send them
  44.     in a NAK, if they are not in the remote LCP;
  45.  
  46. - fixed bug in LCP echo which did not substitute our magic number
  47.  
  48. - fixed a bug in the terminal interface which would not show 57600 baud rate
  49.    in pop-up menu
  50.  
  51. 1.1 release
  52.  
  53. This release is a bug fix release. 
  54.  
  55. - fixed several bugs in CHAP and PAP authentication
  56.   We were using a pre-RFC1314 draft; there was an extra byte
  57.     (callback) in our chap option.
  58.  
  59. - fixed bug with AppleTalk checksums and ATP packets.
  60.   The .PPP driver; "readrest" did not return updated buffer
  61.     pointer in A3.  ATP (and other protocol handlers) count on this and
  62.     it caused checksumed packets to be dropped (atp was using this a3
  63.     pointer to find the beging of the data)
  64.  
  65. 1.0 release
  66.  
  67. - Initial release
  68.